home *** CD-ROM | disk | FTP | other *** search
/ Laboratorio Interattivo Deagostini / laboratorio interattivo deagostini.bin / swf / 97.swf / scripts / DefineButton2_25 / BUTTONCONDACTION on(press).as next >
Text File  |  2003-01-05  |  115b  |  7 lines

  1. on(press){
  2.    this.xorig = this._x;
  3.    this.yorig = this._y;
  4.    this.swapDepths(100);
  5.    this.startDrag();
  6. }
  7.